home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / sw10b132.zip / SW10B132.EXE / DISK1 / README.TXT < prev   
Text File  |  1995-11-27  |  3KB  |  74 lines

  1.      
  2.                  NETWORK PLAYER - README.TXT
  3.      
  4.      GENERAL NOTES:
  5.      
  6.        This file outlines general notes, system
  7.        requirements, known problems with workarounds, and
  8.        known problems without workarounds.   
  9.    
  10.        Macromedia's Network Player is a Director 4.0.4 
  11.        compatible Windows playback application.
  12.      
  13.        Copyright (c) 1995 Macromedia.  All rights reserved.  
  14.        The Windows Reference Player is the property of Macromedia 
  15.        and may not be altered, reproduced or copied in any way, 
  16.        shape or form without prior written consent from Macromedia.
  17.  
  18.      
  19.      SYSTEM REQUIREMENTS:
  20.      
  21.        Hardware: IBM compatible PC:
  22.                  - Intel 80386-25 Mhz 
  23.                  - VGA
  24.                  - 5 MB free disk space
  25.                  - 8 MB RAM
  26.      
  27.        Software: Microsoft DOS 6.00.
  28.                  Microsoft Windows 3.1x.
  29.                  Microsoft Windows 95
  30.                  
  31.        Netscape: Beta 3                
  32.      
  33.      
  34.      KNOWN PROBLEMS WITH WORKAROUNDS:
  35.      
  36.        - Functionality may vary when running in anything other than
  37.          8 bit screen depth (256 colors).
  38.          Workaround: Run in 8 bit screen depth (256 colors).
  39.        - If the Disk Cache is set to 0 (zero) size, movies will 
  40.          not play.
  41.        - Netscape may crash if the Disk Cache is not set high enough.
  42.          Workaround: Set Disk Cache to at least 5000k
  43.        - Resizing the Netscape window while a movie is playing may
  44.          result in orphaned movies that continue to play and will 
  45.          crash when you quit.
  46.          Workaround:  Avoid resizing a Netscape window while a 
  47.          movie is playing.  You may end up with an unattached movie 
  48.          that floats and will cause a crash when you quit the Navigator.
  49.      
  50.      KNOWN PROBLEMS WITHOUT WORKAROUNDS:
  51.      
  52.        - Shutting down or restarting the computer while a movie
  53.          is playing will crash Netscape.
  54.  
  55.  
  56.  
  57.  
  58. AUTHORS NOTES:
  59.  
  60. 1.  "NetAbort" does not actually stop the Navigator from delivering the current stream.
  61. However, the Plug-In ignores the rest of the data the Navigator downloads.
  62.  
  63. 2.  Attempting to embed the same Director movie multiple times in an HTML page does not work.
  64. You must make copies of the original movie for each instance.
  65.  
  66. 3.  The "GotoNetMovie" Lingo command now accepts an anchor in the URL.  This anchor is
  67. the name of a marker in the score of the movie referenced by the URL.  
  68. Example:
  69.  
  70. GotoNetMovie "http://somewhere.com/somemovie.dcr#mymarker"
  71.  
  72. This will make the movie, "somemovie.dcr" start playing on the frame marked, "mymarker".
  73.  
  74.